github.com/aws/aws-sdk-go-v2/internal/sync/singleflight.Group.mu (field)

11 uses

	github.com/aws/aws-sdk-go-v2/internal/sync/singleflight (current package)
		singleflight.go#L67: 	mu sync.Mutex       // protects m
		singleflight.go#L85: 	g.mu.Lock()
		singleflight.go#L91: 		g.mu.Unlock()
		singleflight.go#L104: 	g.mu.Unlock()
		singleflight.go#L116: 	g.mu.Lock()
		singleflight.go#L123: 		g.mu.Unlock()
		singleflight.go#L129: 	g.mu.Unlock()
		singleflight.go#L150: 		g.mu.Lock()
		singleflight.go#L151: 		defer g.mu.Unlock()
		singleflight.go#L204: 	g.mu.Lock()
		singleflight.go#L209: 	g.mu.Unlock()